Skip to content

chore(deps): update dependency eslint-plugin-simple-import-sort to v13#1663

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-13-deps-dev
Open

chore(deps): update dependency eslint-plugin-simple-import-sort to v13#1663
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-13-deps-dev

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 2, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-simple-import-sort 12.1.113.0.0 age confidence

Release Notes

lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)

v13.0.0

Compare Source

This release puts imports from the same source, but with different import styles, in a deterministic order.

// First namespace imports:
import * as Circle from "circle;
// Then default imports:
import createCircle from "circle";
// Then named imports:
import { radius } from "circle";

That is especially useful if you need to have both a namespace import and want to import a few things separately (since that cannot be combined into a single import statement). With the above rule, the imports end up in a deterministic order.

It’s only a breaking change if you import from the same source multiple times in the same file (using different styles), and only in the form that you need to autofix your files.

Thanks to Kannan Goundan (@​cakoose)!


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • On day 3 of the month (* * 3 * *)
  • Automerge
    • On day 4, 5, 6, 7, and 8 of the month (* * 4,5,6,7,8 * *)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added ci:auto-merge dependencies Pull requests that update a dependency file labels May 2, 2026
@renovate renovate Bot requested a review from trim21 as a code owner May 2, 2026 16:53
@renovate renovate Bot added dependencies Pull requests that update a dependency file ci:auto-merge labels May 2, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.98%. Comparing base (78f81eb) to head (c93f5a9).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1663   +/-   ##
=======================================
  Coverage   55.98%   55.98%           
=======================================
  Files         143      143           
  Lines        6589     6589           
  Branches     1462     1462           
=======================================
  Hits         3689     3689           
  Misses       2200     2200           
  Partials      700      700           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/major-13-deps-dev branch 4 times, most recently from ee1f46c to f4de3f5 Compare May 2, 2026 17:37
@renovate renovate Bot force-pushed the renovate/major-13-deps-dev branch from f4de3f5 to c93f5a9 Compare May 2, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:auto-merge dependencies Pull requests that update a dependency file size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants